Author: James Cowgill <jcowgill@debian.org>
Forwarded: <giadaloopmachine@gmail.com>
-Index: giada/Makefile.am
-===================================================================
--- giada.orig/Makefile.am
+++ giada/Makefile.am
-@@ -283,9 +283,9 @@ if LINUX
+@@ -285,9 +285,9 @@
giada_SOURCES += src/deps/rtaudio-mod/RtAudio.h src/deps/rtaudio-mod/RtAudio.cpp
# -Wno-error=unused-function: don't stop on JUCE's unused functions
giada_CXXFLAGS += -Wno-error=unused-function
-lfreetype
endif
-@@ -372,7 +372,7 @@ src/deps/juce/modules/juce_gui_extra/juc
+@@ -374,7 +374,7 @@
endif
giada_tests_LDADD = -ljansson -lsndfile -lsamplerate -lfltk -lXext -lX11 -lXft \
-lfreetype
giada_tests_CXXFLAGS = -std=c++11
-Index: giada/configure.ac
-===================================================================
--- giada.orig/configure.ac
+++ giada/configure.ac
-@@ -118,13 +118,7 @@ AC_CHECK_HEADER(
+@@ -118,13 +118,7 @@
)
AC_LANG_POP
Author: Jaromír Mikeš <mira.mikes@seznam.cz>
Forwarded: no
-Index: giada/tests/main.cpp
-===================================================================
--- giada.orig/tests/main.cpp
+++ giada/tests/main.cpp
@@ -1,3 +1,3 @@
#define CATCH_CONFIG_FAST_COMPILE
-#include "catch/single_include/catch.hpp"
+#include <catch.hpp>
-Index: giada/tests/conf.cpp
-===================================================================
--- giada.orig/tests/conf.cpp
+++ giada/tests/conf.cpp
@@ -1,6 +1,6 @@
using std::string;
-Index: giada/tests/midiMapConf.cpp
-===================================================================
--- giada.orig/tests/midiMapConf.cpp
+++ giada/tests/midiMapConf.cpp
@@ -1,6 +1,6 @@
using std::string;
-Index: giada/tests/patch.cpp
-===================================================================
--- giada.orig/tests/patch.cpp
+++ giada/tests/patch.cpp
@@ -1,6 +1,6 @@
using std::string;
-Index: giada/tests/recorder.cpp
-===================================================================
--- giada.orig/tests/recorder.cpp
+++ giada/tests/recorder.cpp
@@ -1,6 +1,6 @@
using std::string;
-Index: giada/tests/utils.cpp
-===================================================================
--- giada.orig/tests/utils.cpp
+++ giada/tests/utils.cpp
@@ -1,6 +1,6 @@
using std::vector;
-Index: giada/tests/wave.cpp
-===================================================================
--- giada.orig/tests/wave.cpp
+++ giada/tests/wave.cpp
@@ -1,6 +1,6 @@